home *** CD-ROM | disk | FTP | other *** search
-
-
-
- TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp((((3333)))) TTTTccccllll (((( )))) TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp((((3333))))
-
-
-
- _________________________________________________________________
-
- NNNNAAAAMMMMEEEE
- Tcl_CreateInterp, Tcl_DeleteInterp - create and delete Tcl
- command interpreters
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ttttccccllll....hhhh>>>>
-
- Tcl_Interp *
- TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp()
-
- TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp(_i_n_t_e_r_p)
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- Tcl_Interp *_i_n_t_e_r_p (in) Token for interpreter to be
- destroyed.
- _________________________________________________________________
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp creates a new interpreter structure and
- returns a token for it. The token is required in calls to
- most other Tcl procedures, such as TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd,
- TTTTccccllll____EEEEvvvvaaaallll, and TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp. Clients are only allowed to
- access a few of the fields of Tcl_Interp structures; see
- the Tcl_Interp and TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd man pages for details.
- The new interpreter is initialized with no defined variables
- and only the built-in Tcl commands. To bind in additional
- commands, call TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd.
-
- TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp destroys a command interpreter and releases
- all of the resources associated with it, including
- variables, procedures, and application-specific command
- bindings. After TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp returns the caller should
- never again use the _i_n_t_e_r_p token.
-
-
- KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
- command, create, delete, interpreter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 7/10/95)
-
-
-
-